home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
IDLIncludes
/
MediaHandlers.idl
< prev
next >
Wrap
Text File
|
1996-05-01
|
1KB
|
47 lines
/*
File: MediaHandlers.idl
Contains: QuickTime Interfaces.
Version: Technology: QuickTime 2.1
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
*/
#ifndef __MEDIAHANDLERS_IDL__
#define __MEDIAHANDLERS_IDL__
#include <somobj.idl>
#include <somcls.idl>
#ifndef __MEMORY_IDL__
#include <Memory.idl>
#endif
#ifndef __IMAGECOMPRESSION_IDL__
#include <ImageCompression.idl>
#endif
#ifndef __MOVIES_IDL__
#include <Movies.idl>
#endif
#ifdef __SOMIDL__
#if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
/* media task flags */
/* media task result flags */
typedef SOMLargeStruct GetMovieCompleteParams; /* Derived from a struct of 104 bytes in size */
#endif
#endif /* __SOMIDL__ */
#endif /* __MEDIAHANDLERS_IDL__ */